Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmcheck: Honor TESTS= #692

Closed

Conversation

cgwalters
Copy link
Member

Minor regression from the multitest reimplementation, but it's really handy for
the "debug and fix a test" case.

matched_tests = []
unmatched_tests = []
for test in tests:
testbn = os.path.basename(test)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use _strip_test() for this? With test.sh, the actual syntax for TESTS excludes the leading "test-" and trailing ".sh" (just like the test.sh in projectatomic/atomic). We should probably accept the same syntax here too.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, done ⬇️

@jlebon
Copy link
Member

jlebon commented Mar 20, 2017

Whoops, good catch!

@jlebon
Copy link
Member

jlebon commented Mar 20, 2017

I think for the local testing scenario, it probably makes more sense to use test.sh (unless you do have multiple hosts available for testing). Though yeah, multitest.py should still be able to handle TESTS.

Minor regression from the multitest reimplementation, but it's really handy for
the "debug and fix a test" case.
@cgwalters cgwalters force-pushed the vmcheck-multitest-honor-TESTS branch from 803e5da to 12b4000 Compare March 20, 2017 20:36
@jlebon
Copy link
Member

jlebon commented Mar 20, 2017

@rh-atomic-bot r+ 12b4000

@rh-atomic-bot
Copy link

⌛ Testing commit 12b4000 with merge 19b093e...

@rh-atomic-bot
Copy link

☀️ Test successful - status-atomicjenkins
Approved by: jlebon
Pushing 19b093e to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants